home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode CCW
- mgStateShadeMode Gouraud
- mgStateClip Y
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite Y
- mgStateZBufferFunc LessEqual
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude TextureParamShadow.txt
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend N
- mgStateAlphaBlendSrc SrcAlpha
- mgStateAlphaBlendDest InvSrcAlpha
- mgStateAlphablendOp Add
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 1
- mgStateAlphaTestFunc GreaterEqual
-
- //-------------------- Fog --------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light --------------------
- mgStateLight Y
- mgStateColorVertex N
- mgStateNormalizeNormals Y
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Color2
- mgStateAmbientMatSource Color2
- mgStateEmissiveMatSource Material
-